home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / doc / ed / TODO < prev   
Text File  |  2009-07-14  |  493b  |  16 lines

  1. Some missing tests:
  2. 0) g/./s^@^@    - okay: NULs in commands
  3. 1) g/./s/^@/    - okay: NULs in patterns
  4. 2) a
  5.    hello^V^Jworld    
  6.    .        - okay: embedded newlines in insert mode
  7. 3) ed ""    - error: invalid filename
  8. 4) red ..    - error: restricted
  9. 5) red /    - error: restricted
  10. 5) red !xx    - error: restricted
  11. 6) ed -x     - verify: 8-bit clean
  12. 7) ed        - verify: long-line support
  13. 8) ed        - verify: interactive/help mode
  14. 9) G/pat/    - verify: global interactive command
  15. 10) V/pat/    - verify: global interactive command
  16.